共计 1474 个字符,预计需要花费 4 分钟才能阅读完成。
提醒:本文最后更新于2023-12-26 15:32,文中所关联的信息可能已发生改变,请知悉!
在使用Chevereto-Free过程中有一个遇到的问题好用的图床程序chevereto-free升到新版后没有中文。我在网上找了好久才找到解决方法。但是现在有作者开发了chevereto中文 CheveretoChina。还有最近我要搞个图床玩玩,所以就有了这篇文章。
更新于:2023年3月11日
PS:更新记录
Chevereto-China将停止维护-2022年3月9日
详见:https://hostloc.com/thread-981141-1-1.html
项目已删除-2022年3月17日
其他有关Chevereto的文章:
Chevereto V4 新免费版安装与使用教程-免费自建图床
简介
CheveretoChina是一个基于 Chevereto-Free 开发的图床程序。Chevereto-Free 的版本却是基于 3.16.x 的,这就导致一些新的内容无法在 Chevereto-Free 上落实。Chevereto China作者更改了2w多行代码,引用了部分原版所使用的剑皇方案,这才把问题给修复了。
改动
1、引用原版多国语言包,默认中文且时区为 Asia/Shanghai
2、保留原版 Chevereto-Free 的所有内容,不对其 Chevereto.Com 和作者版权进行修改
3、遵守 AGPL-3.0 License 开源,所有内容透明且可以按官方文档进行安装部署
其他资料
项目地址: https://github.com/Nyarime/Chevereto-China
下载: https://github.com/Nyarime/Chevereto-China/releases/download/2.0/Chevereto-China.zip
下载:https://itxe.lanzout.com/iEeQe01mk5kj
程序官网:chevereto.xyz
演示:https://i.mage.sbs
安装与使用
我用的是bt面板所以直接远程下载
伪静态规则
# Disable access to sensitive files in app path
location ~ /(app|content|lib|importer)/.*\.(po|php|lock|sql|txt)$ {
deny all;
}
# Enable CORS header (needed for CDN)
location ~* \.(ttf|ttc|otf|eot|woff|woff2|css|js)$ {
add_header Access-Control-Allow-Origin "*";
}
# Force serve upload path as static content (match your upload folder if needed)
location /images {}
# Route dynamic request to index.php
location / {
try_files $uri $uri/ /index.php$is_args$query_string;
}
PHP要PHP 7.4+我博客还是PHP7.3。。。
出现error
安装PHP扩展即可
然后进入到下一步安装界面,就是填写你的数据库账号和密码了。
确认安装,后你就可以使用管理员登录了。
安装完成!
剑皇API
BUG
现有问题註冊按钮不见了。。。
还有一个问题
总结
CheveretoChina还是可以的吧Chevereto-free没有的都有加上。可惜项目没了。